ParamsType
import { ParamsType } from "@hyper-fetch/core"
Description
Defined in request/request.types.ts:202
Preview
type ParamsType = Record<string, ParamType>;
Structure
Record<string, ParamType>
import { ParamsType } from "@hyper-fetch/core"
Defined in request/request.types.ts:202
type ParamsType = Record<string, ParamType>;
Record<string, ParamType>